로그인 회원가입

boolean expression

발음:
"boolean expression" 예문

국어 번역mobile phone모바일

  • 부울 식

예문

  • Boolean expressions return true or false
    불리언 표현식은 true 또는 false 를 반환한다.
  • Boolean expression and value type
    불리언식 및 값 유형
  • A Boolean expression is an expression that evaluates to the Boolean value TRUE or FALSE.
    불리언 식은 불리언값 TRUE 또는 FALSE로 계산하는 표현식입니다.
  • One way to achieve this is by applying a side effect of how Python evaluates boolean expressions.
    이것을 달성하는 한 가지 방법으로는 파이썬이 불리언 표현식을 평가하는 방식에서 오는 부가효과를 적용하는 것이다.
  • The braces group two arguments: the boolean expression that controls the loop and the commands in the loop body.
    괄호로 된 그룹은 두개의 인자를 가지고 있다.: 루프의 제어를 담당하는 불린표현식과 루프과정에서 동작할 명령어로 되어 있다.
  • Because Python uses short circuit evaluation of boolean expressions certain properties of these expressions can be exploited.
    파이썬은 불리언 표현식에 대하여 단축 회로 평가 short circuit evaluation 를 사용하기 때문에 이러한 표현식의 어떤 속성들이 이용될 수 있다.
  • To recap on short-circuit evaluation: when a boolean expression is evaluated the evaluation starts at the left hand expression and proceeds to the right, stopping when it is no longer necessary to evaluate any further to determine the final outcome.
    단축-회로 평가에 관하여 요약하면 : 불리언 표현식이 평가될 때 그 평가는 왼쪽의 표현식에서 시작하여 오른쪽으로 처리하다가, 마지막 출력결과를 결정하기 위하여 더 이상 평가할 필요가 없으면 평가를 중지한다.
영어→한국어 한국어→영어